home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_09_02 / 9n02122a < prev    next >
Text File  |  1990-12-03  |  145b  |  8 lines

  1.  
  2.    #ifdef MAKE_STRING_TABLE
  3.    #define TABLE_VALUE(value, string) string
  4.    #else
  5.    #define TABLE_VALUE(value, string) value
  6.    #endif
  7.  
  8.